services.dovecot2.settings."passdb pam".driver

NixOS option

The driver used for this password database. See https://doc.dovecot.org/latest/core/summaries/settings.html#passdb_driver.

type: null or string
Default
if isPre24 then "pam" else null
declared in: nixos/modules/services/mail/dovecot.nixView source on NixOS/nixpkgs →